(mail-mode): Activate case-folding in
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 12:41:02 +0000 (12:41 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 12:41:02 +0000 (12:41 +0000)
font-lock-defaults.

lisp/mail/sendmail.el

index 16d06cba4e5d66f443e8ef3d3d53e573b9ee0b40..8b011159d0bf3e99b4acfd7983e285c01d704838 100644 (file)
@@ -476,7 +476,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
   (setq mode-name "Mail")
   (setq buffer-offer-save t)
   (make-local-variable 'font-lock-defaults)
-  (setq font-lock-defaults '(mail-font-lock-keywords t))
+  (setq font-lock-defaults '(mail-font-lock-keywords t t))
   (make-local-variable 'paragraph-separate)
   (make-local-variable 'paragraph-start)
   (make-local-variable 'normal-auto-fill-function)